Eclipse Platform
Pre-release 3.0

org.eclipse.team.ui.synchronize.actions
Class SyncInfoFilter.AndSyncInfoFilter

java.lang.Object
  extended byorg.eclipse.team.ui.synchronize.actions.SyncInfoFilter
      extended byorg.eclipse.team.ui.synchronize.actions.SyncInfoFilter.CompoundSyncInfoFilter
          extended byorg.eclipse.team.ui.synchronize.actions.SyncInfoFilter.AndSyncInfoFilter
Enclosing class:
SyncInfoFilter

public static class SyncInfoFilter.AndSyncInfoFilter
extends SyncInfoFilter.CompoundSyncInfoFilter

Selects SyncInfo which match all child filters


Nested Class Summary
 
Nested classes inherited from class org.eclipse.team.ui.synchronize.actions.SyncInfoFilter
SyncInfoFilter.AndSyncInfoFilter, SyncInfoFilter.AutomergableFilter, SyncInfoFilter.CompoundSyncInfoFilter, SyncInfoFilter.OrSyncInfoFilter, SyncInfoFilter.PseudoConflictFilter, SyncInfoFilter.SyncInfoChangeTypeFilter, SyncInfoFilter.SyncInfoDirectionFilter
 
Field Summary
 
Fields inherited from class org.eclipse.team.ui.synchronize.actions.SyncInfoFilter.CompoundSyncInfoFilter
filters
 
Constructor Summary
SyncInfoFilter.AndSyncInfoFilter(SyncInfoFilter[] filters)
           
 
Method Summary
 boolean select(SyncInfo info)
          Return true if the provided SyncInfo matches the filter.
 
Methods inherited from class org.eclipse.team.ui.synchronize.actions.SyncInfoFilter
getDirectionAndChangeFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncInfoFilter.AndSyncInfoFilter

public SyncInfoFilter.AndSyncInfoFilter(SyncInfoFilter[] filters)
Method Detail

select

public boolean select(SyncInfo info)
Description copied from class: SyncInfoFilter
Return true if the provided SyncInfo matches the filter. The default behavior it to include resources whose syncKind is non-zero.

Overrides:
select in class SyncInfoFilter
Parameters:
info -
Returns:

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.